Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 3 - Page Formatting and Dialog Box Customization / Page Formatting and Dialog Box Customization Reference
Constants and Data Types for Job Collection Items


Special Mapping Information

The collection item ID for special mapping information is defined in the following enumeration:

enum { gxSpecialMappingTag = 'smap' }; 
QuickDraw GX stores special mapping information in the gxSpecialMappingInfo structure:

struct gxSpecialMappingInfo {
   char        specialMapping;   
};
Field Description
specialMapping

A character which specifies how to handle paper matching if the user chooses to ignore paper matching and redirect the document.
The following enummeration specifies the possible paper-mapping options:

enum {
   gxRedirectPages   = (char) 1, 
   gxScalePages      = (char) 2, 
   gxTilePages       = (char) 3  
};
Constant descriptions

gxRedirectPages
If set, QuickDraw GX crops the pages of a redirected document.
gxScalePages
If set, QuickDraw GX scales the pages of a document to fit the physical page size.
gxTilePages
If set, QuickDraw GX tiles the pages of a document.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help